home *** CD-ROM | disk | FTP | other *** search
/ Maclife 2 / MACLIFE02-No-82-1995.ISO.7z / MACLIFE02-No-82.ISO / 特集I / Anarchie-140 / Example Scripts / Script Docs < prev    next >
Text File  |  1994-08-29  |  1KB  |  12 lines

  1. Scripts
  2.  
  3. Where I say URL in this document, I mean either a proper URL like メftp://user:password@host/pathモ (user:password@ is optional) or a simple one like: メhost:pathモ or an Info-Mac メarchived asモ line like メ[Archive as /info-mac/util/dehqx.hqx; 30k]モ or a Umich line like メ/mac/util/dehqx.hqxモ
  4.  
  5. Download Files - Takes a file with a list of URLs and downloads them, deleteing any lines that successfully download.  This is designed for use with Cron.  When you read the Umich New Files mailout, or the Info-Mac digest, copy any interesting references into the file, and then when the run Download Files (perhaps overnight using Cron) to fetch them.  This requires the Text Files osax (because Read/Write Commands in AS 1.1 are broken badly under the PowerPC).
  6.  
  7. Fetch Clipboard, List Clipboard - Copy a URL to the clipboard and invoke this script to download it or list the directory.
  8.  
  9. Find Clipboard - Copy part of a file name to the clipboard and invoke this script to find it.
  10.  
  11. Get Selection - Just a simple script to demonstarate the "get contents of selection" AppleScript command.
  12.